projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f9b4fa
)
* lisp/subr.el (read-multiple-choice): Avoid free variable.
author
Glenn Morris
<rgm@gnu.org>
Fri, 4 Mar 2016 18:34:51 +0000
(13:34 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 4 Mar 2016 18:34:51 +0000
(13:34 -0500)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 7b0850f463ff8ca4d736b42bd305cdb39a32006d..fb1e0291a7a3b1e43816313983b22115d186fdcd 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-2296,7
+2296,7
@@
Usage example:
altered-name))
(append choices '((?? "?")))
", ")))
- tchar buf wrong-char)
+ tchar buf wrong-char
answer
)
(save-window-excursion
(save-excursion
(while (not tchar)